##############################################################################
# Python From Scratch
# Autor: Nilo Ney Coutinho Menezes
# Editora Novatec (c) 2010-2024
# Site: https://pythonfromscratch.com
#
# File: listing\chapter 09\09.1364 - No Title.py
# Description: No Title
##############################################################################
1 <!DOCTYPE html>
2 <html lang="en-US">
3 <head>
4 <meta charset="utf-8">
5 <title>Page Title</title>
6 </head>
7 <body>
8 Hello!
9 </body>
10 </html>